home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / WAVBRO32.EXE / WAVBROWZ.EXE / 0 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Text File  |  1997-03-30  |  701b  |  38 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 615
  3.   Top = 110
  4.   BorderStyle = bsSingle
  5.   Caption = 'Play List Progress'
  6.   ClientHeight = 60
  7.   ClientWidth = 265
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnKeyUp = FormKeyUp
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 40
  22.     Width = 217
  23.     Height = 16
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Press [Esc] to cancel.'
  27.   end
  28.   object prgList: TProgressBar
  29.     Left = 8
  30.     Top = 16
  31.     Width = 249
  32.     Height = 16
  33.     Min = 0
  34.     Max = 100
  35.     TabOrder = 0
  36.   end
  37. end
  38.